From a0a158410663c471ad7f0d0a6c7d81116e76d33a Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 6 Jan 2000 02:53:13 +0000 Subject: [PATCH] Link with -lm (to get 'ceil' function) * gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function) --- gdk-pixbuf/ChangeLog | 3 +++ gdk-pixbuf/pixops/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 852e106adf..cbbaafc85b 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,6 @@ +2000-01-05 Elliot Lee + * gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function) + 2000-01-05 Owen Taylor * doc/Makefile.am doc/gdk-pixbuf-sections.txt diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am index bcb90bc18e..354896bbc5 100644 --- a/gdk-pixbuf/pixops/Makefile.am +++ b/gdk-pixbuf/pixops/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = $(GLIB_CFLAGS) bin_PROGRAMS = timescale timescale_SOURCES = timescale.c -timescale_LDADD = libpixops.la $(GLIB_LIBS) +timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm if USE_MMX mmx_sources = \ -- 2.30.2